This patch changes to format in which EIP is printed to be consistent on 64-bit regar...
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Tue, 2 May 2006 14:36:07 +0000 (15:36 +0100)
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Tue, 2 May 2006 14:36:07 +0000 (15:36 +0100)
commitda8197de83161eb685034e58d001158788211365
tree3d7104d9fe5b8f88ee4595a537022ede935d2c05
parentbd4b0a4f9db4a792bd9f73c764bdaac584fc6ad4
This patch changes to format in which EIP is printed to be consistent on 64-bit regardless of whether the addresses
leading bits are set or clear. It additionally changes the formatting so that trailing spaces are avoided, and it
suppresses the printing of empty records. It also prevents combining records with identical EIP but from different
domains.

It further changes the type of some variables from plain int to unsigned int, as that is yielding more efficient code
on x86-64 (signed 32-bit array indices require explicit sign extension, whereas in most cases an extra copy can be
avoided when the index type is unsigned, since all 32-bit operations already zero-extend their results).

Signed-off-by: Jan Beulich <jbeulich@novell.com>
xen/arch/x86/mm.c